Micron Document
Fox's Git Mirrors

Node / RFnexus / code.git / commits / 91bec0b

Commit 91bec0b1e3cde67f19d1e348e4b97cf3169eee55


Parents : 217b986
Author : Ahmet Inan <inan@aicodix.de>
Date : 2025-12-25T11:42:41+01:00

use our reliability sequence generator per default

Changes

3 files changed, 3 insertions(+), 3 deletions(-)


Diff

diff --git a/tests/pac_list_regression_test.cc b/tests/pac_list_regression_test.cc
index c41faf5..8fe7b56 100644
--- a/tests/pac_list_regression_test.cc
+++ b/tests/pac_list_regression_test.cc
@@ -53,7 +53,7 @@ int main()
int K = (1 - erasure_probability) * N;
double design_SNR = 10 * std::log10(-std::log(erasure_probability));
std::cerr << "design SNR: " << design_SNR << std::endl;
- if (0) {
+ if (1) {
auto construct = new CODE::PolarSeqConst0<M>;
std::cerr << "sizeof(PolarSeqConst0<M>) = " << sizeof(CODE::PolarSeqConst0<M>) << std::endl;
double better_SNR = design_SNR + 1.59175;

diff --git a/tests/polar_list_regression_test.cc b/tests/polar_list_regression_test.cc
index 360cf42..95437c3 100644
--- a/tests/polar_list_regression_test.cc
+++ b/tests/polar_list_regression_test.cc
@@ -55,7 +55,7 @@ int main()
int K = (1 - erasure_probability) * N;
double design_SNR = 10 * std::log10(-std::log(erasure_probability));
std::cerr << "design SNR: " << design_SNR << std::endl;
- if (0) {
+ if (1) {
auto construct = new CODE::PolarSeqConst0<M>;
std::cerr << "sizeof(PolarSeqConst0<M>) = " << sizeof(CODE::PolarSeqConst0<M>) << std::endl;
double better_SNR = design_SNR + 1.59175;

diff --git a/tests/polar_parity_regression_test.cc b/tests/polar_parity_regression_test.cc
index 6146398..e4a22a3 100644
--- a/tests/polar_parity_regression_test.cc
+++ b/tests/polar_parity_regression_test.cc
@@ -53,7 +53,7 @@ int main()
int K = (1 - erasure_probability) * N;
double design_SNR = 10 * std::log10(-std::log(erasure_probability));
std::cerr << "design SNR: " << design_SNR << std::endl;
- if (0) {
+ if (1) {
auto construct = new CODE::PolarSeqConst0<M>;
std::cerr << "sizeof(PolarSeqConst0<M>) = " << sizeof(CODE::PolarSeqConst0<M>) << std::endl;
double better_SNR = design_SNR + 1.59175;

Served by rngit 1.4.1 - Generated in 0.03s